﻿2026-06-04T14:14:43.6817174Z ##[group]Run actions/checkout@v5
2026-06-04T14:14:43.6819616Z with:
2026-06-04T14:14:43.6820935Z   repository: SaberMage/spt-core
2026-06-04T14:14:43.6837364Z   token: ***
2026-06-04T14:14:43.6838641Z   ssh-strict: true
2026-06-04T14:14:43.6839978Z   ssh-user: git
2026-06-04T14:14:43.6841300Z   persist-credentials: true
2026-06-04T14:14:43.6842752Z   clean: true
2026-06-04T14:14:43.6844073Z   sparse-checkout-cone-mode: true
2026-06-04T14:14:43.6845650Z   fetch-depth: 1
2026-06-04T14:14:43.6846952Z   fetch-tags: false
2026-06-04T14:14:43.6848297Z   show-progress: true
2026-06-04T14:14:43.6849730Z   lfs: false
2026-06-04T14:14:43.6851016Z   submodules: false
2026-06-04T14:14:43.6852458Z   set-safe-directory: true
2026-06-04T14:14:43.6854495Z ##[endgroup]
2026-06-04T14:14:43.8470951Z Syncing repository: SaberMage/spt-core
2026-06-04T14:14:43.8476855Z ##[group]Getting Git version info
2026-06-04T14:14:43.8479476Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T14:14:43.8483262Z [command]/usr/bin/git version
2026-06-04T14:14:43.8484887Z git version 2.34.1
2026-06-04T14:14:43.8490268Z ##[endgroup]
2026-06-04T14:14:43.8501751Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/0a21ba7a-7c62-4d1d-81b7-f210b6918ea6/.gitconfig'
2026-06-04T14:14:43.8507727Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/0a21ba7a-7c62-4d1d-81b7-f210b6918ea6' before making global git config changes
2026-06-04T14:14:43.8513009Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:14:43.8517280Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:14:43.8553513Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T14:14:43.8592149Z https://github.com/SaberMage/spt-core
2026-06-04T14:14:43.8608539Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:14:43.8614152Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:14:43.8643651Z refs/heads/dev-freeform
2026-06-04T14:14:43.8656978Z [command]/usr/bin/git checkout --detach
2026-06-04T14:14:43.8719089Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:14:43.8778187Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T14:14:43.8816121Z Deleted branch dev-freeform (was 107240e).
2026-06-04T14:14:43.8867061Z ##[endgroup]
2026-06-04T14:14:43.8868890Z [command]/usr/bin/git submodule status
2026-06-04T14:14:43.9103130Z ##[group]Cleaning the repository
2026-06-04T14:14:43.9106664Z [command]/usr/bin/git clean -ffdx
2026-06-04T14:14:43.9146597Z Removing traceable-reqs
2026-06-04T14:14:43.9158993Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T14:14:43.9216222Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:14:43.9223173Z ##[endgroup]
2026-06-04T14:14:43.9225805Z ##[group]Disabling automatic garbage collection
2026-06-04T14:14:43.9231009Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T14:14:43.9268982Z ##[endgroup]
2026-06-04T14:14:43.9271531Z ##[group]Setting up auth
2026-06-04T14:14:43.9278346Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:14:43.9321235Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:14:43.9562781Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:14:43.9604913Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:14:43.9841672Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:14:43.9883884Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:14:44.0139102Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T14:14:44.0199699Z ##[endgroup]
2026-06-04T14:14:44.0202207Z ##[group]Fetching the repository
2026-06-04T14:14:44.0213662Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +107240eea81599ba191fb2cd2fe93d9f2c8a0390:refs/remotes/origin/dev-freeform
2026-06-04T14:14:44.6178099Z ##[endgroup]
2026-06-04T14:14:44.6179479Z ##[group]Determining the checkout info
2026-06-04T14:14:44.6181071Z ##[endgroup]
2026-06-04T14:14:44.6189378Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T14:14:44.6245522Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T14:14:44.6285373Z ##[group]Checking out the ref
2026-06-04T14:14:44.6291767Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:14:44.6357107Z Switched to a new branch 'dev-freeform'
2026-06-04T14:14:44.6358253Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T14:14:44.6372170Z ##[endgroup]
2026-06-04T14:14:44.6528454Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T14:14:44.6529388Z 107240eea81599ba191fb2cd2fe93d9f2c8a0390
